Completed
Push — master ( 1f2ffc...cd17ec )
by Thomas
30s
created

module.exports   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 2
c 0
b 0
f 0
nc 2
nop 1
dl 0
loc 3
rs 10
1
'use strict'
2
3
const Kit = require('../kits/Kit')
4
5
module.exports = function (slug) {
6
  Kit.create('basic', slug)
7
}
8